-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
upkeep: add TS support for useTaxonomy
hook
#303
Conversation
package.json
Outdated
@@ -55,6 +55,7 @@ | |||
"@emotion/styled": "^11.10.5", | |||
"@floating-ui/react-dom": "^1.0.1", | |||
"@leeoniya/ufuzzy": "^1.0.8", | |||
"@wordpress/core-data": "^6.29.0", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@fabiankaegy I've installed this so that I can import the Taxonomy
type. Can you confirm if this is the correct way to go?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Sidsector9 I would move it to a devDependency
because the package won't actually get bundled. But yeah this makes sense to me :)
1 failed test on run #805 ↗︎
Details:
cypress/e2e/Repeater.spec.js • 1 failed test
Review all test suite changes for PR #303 ↗︎ |
useTaxonomy
hookuseTaxonomy
hook
Size Change: 0 B Total Size: 65.7 kB ℹ️ View Unchanged
|
@Sidsector9 I'm really surprised by the amount of changes in the package lock file. Are you by chance using a different NPM version? |
@fabiankaegy I'm on NPM v8.19.4. |
2c1020e
to
8997d66
Compare
…onents into upkeep/hook-use-taxonomy
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It seems Git didn't pick up that you renamed the file. The old .js version still is there and is getting used
Description of the Change
Closes #
How to test the Change
Changelog Entry
Credits
Props @fabiankaegy @Sidsector9
Checklist: